home *** CD-ROM | disk | FTP | other *** search
- object fApplet: TfApplet
- Left = 383
- Top = 173
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Applet'
- ClientHeight = 260
- ClientWidth = 464
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object imgJava: TImage
- Left = 10
- Top = 9
- Width = 58
- Height = 67
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object grp: TGroupBox
- Left = 82
- Top = 4
- Width = 371
- Height = 213
- TabOrder = 0
- object Label1: TLabel
- Left = 25
- Top = 32
- Width = 25
- Height = 13
- Caption = 'Code'
- Transparent = True
- end
- object Label3: TLabel
- Left = 25
- Top = 152
- Width = 28
- Height = 13
- Caption = 'Width'
- Transparent = True
- end
- object Label4: TLabel
- Left = 25
- Top = 176
- Width = 31
- Height = 13
- Caption = 'Height'
- Transparent = True
- end
- object Label2: TLabel
- Left = 25
- Top = 56
- Width = 48
- Height = 13
- Caption = 'Codebase'
- Transparent = True
- end
- object Label6: TLabel
- Left = 25
- Top = 127
- Width = 23
- Height = 13
- Caption = 'Align'
- Transparent = True
- end
- object Label5: TLabel
- Left = 25
- Top = 80
- Width = 28
- Height = 13
- Caption = 'Name'
- Transparent = True
- end
- object Label7: TLabel
- Left = 25
- Top = 104
- Width = 20
- Height = 13
- Caption = 'Title'
- Transparent = True
- end
- object txtWidth: TEdit
- Left = 90
- Top = 149
- Width = 38
- Height = 21
- TabOrder = 2
- OnKeyPress = txtKeyPress
- end
- object txtHeight: TEdit
- Left = 90
- Top = 173
- Width = 38
- Height = 21
- TabOrder = 3
- OnKeyPress = txtKeyPress
- end
- object txtCode: TEdit
- Left = 90
- Top = 27
- Width = 238
- Height = 21
- TabOrder = 0
- end
- object btnCode: TBitBtn
- Left = 333
- Top = 26
- Width = 22
- Height = 21
- TabOrder = 1
- OnClick = btnCodeClick
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000CE0E0000C40E00000000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 88888888888888888888000000000008888800333333333088880B0333333333
- 08880FBF3333333330880BFB0333333333080FBFB000000000000BFBFBFBFB08
- 88880FBFBFBFBF0888880BFB0000000888888000888888880008888888888888
- 8008888888880888080888888888800088888888888888888888}
- end
- object txtCodeBase: TEdit
- Left = 90
- Top = 51
- Width = 238
- Height = 21
- TabOrder = 4
- end
- object cboAlign: TComboBox
- Left = 90
- Top = 124
- Width = 143
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'LEFT'
- 'CENTER'
- 'RIGHT'
- 'TOP'
- 'MIDDLE'
- 'BOTTOM')
- TabOrder = 5
- end
- object txtName: TEdit
- Left = 90
- Top = 76
- Width = 238
- Height = 21
- TabOrder = 6
- end
- object txtTitle: TEdit
- Left = 90
- Top = 100
- Width = 238
- Height = 21
- TabOrder = 7
- end
- end
- object cmdOK: TButton
- Left = 296
- Top = 230
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object cmdCancel: TButton
- Left = 378
- Top = 230
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object cdgCode: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Class files (*.class)|*.class|All files (*.*)|*.*'
- Options = [ofHideReadOnly]
- Left = 9
- Top = 164
- end
- end
-